home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / cia_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  765b  |  30 lines

  1. #ifndef  CLIB_CIA_PROTOS_H
  2. #define  CLIB_CIA_PROTOS_H
  3.  
  4. /*
  5. **    $VER: cia_protos.h 1.7 (19.7.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. #ifndef  EXEC_INTERRUPTS_H
  18. #include <exec/interrupts.h>
  19. #endif
  20. #ifndef  EXEC_LIBRARIES_H
  21. #include <exec/libraries.h>
  22. #endif
  23. struct Interrupt *AddICRVector( struct Library *resource, long iCRBit,
  24.     struct Interrupt *interrupt );
  25. void RemICRVector( struct Library *resource, long iCRBit,
  26.     struct Interrupt *interrupt );
  27. WORD AbleICR( struct Library *resource, long mask );
  28. WORD SetICR( struct Library *resource, long mask );
  29. #endif     /* CLIB_CIA_PROTOS_H */
  30.